home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 April / macformat-049.iso / mac / Demos / Print Artist Demo / PA12-Mac.Dxr / 00370.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  212 b   |  10 lines

  1. on exitFrame
  2.   global playMode
  3.   if (playMode = "64KMemOK") or (playMode = "PPCMemOK") then
  4.     puppetSound(1, "thdr4")
  5.     animSyncRain("Announce1", "announce5", 6, "bird4", 1)
  6.   else
  7.     go(#next)
  8.   end if
  9. end
  10.